home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3127 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: ludens.elte.hu!genie
  2. From: genie@ludens.elte.hu
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Case-insensitive string comparison?
  5. Message-ID: <1996Feb8.141606.24155@ludens>
  6. Date: 8 Feb 96 14:16:06 +0200
  7. References: <4eu5i0$1qq@vixen.cso.uiuc.edu>
  8. Organization: Eotvos University, Budapest, Hungary
  9.  
  10. In article <4eu5i0$1qq@vixen.cso.uiuc.edu>, djhoward@ux4.cso.uiuc.edu (howard daniel joseph) writes:
  11. >     I'm using GCC
  12. >     Is there a library/include/whatever that can take two strings, 
  13. > and indicated whether the one string contains the same characters as the 
  14. > other (though not neccessaily same-case ...)
  15.  
  16. locale.library from V37 (36?) will do this for you. Also check utility.library.
  17.                                                                              
  18. >     Or, even better, is there such a creature that can simply apply 
  19. > an ADOS wildcard pattern to a string and return a value dependant on 
  20. > whether the string matches this pattern ...
  21.  
  22. dos.library has functions for that (ParsePattern and such).
  23.   
  24. --------------------------------------------------------------------------------
  25.      ///  Kertai 'Genie' Gabor                     | PGP fingerprint:
  26.     ///   from Eotvos Lorad University of Sciences |   32 36 96 9A 15 61 03 98
  27. \\\///    Budapest 1038, Eszak u. 39., Hungary     |   7D D3 29 14 84 27 78 AC
  28.  \XX/     E-mail: genie@ludens.elte.hu             | Public key via finger...
  29. --------------------------------------------------------------------------------
  30.